From: Al Viro Date: Thu, 28 Sep 2006 01:48:48 +0000 (-0700) Subject: [XFRM]: struct xfrm_usersa_id annotations X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~41621^2~32 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=9916ecb0a6f52f1475fa2f71845227d3c75fb40c;p=linux-4.9.git [XFRM]: struct xfrm_usersa_id annotations Signed-off-by: Al Viro Signed-off-by: David S. Miller --- diff --git a/include/linux/xfrm.h b/include/linux/xfrm.h index c894267ff5dd..430afd058269 100644 --- a/include/linux/xfrm.h +++ b/include/linux/xfrm.h @@ -281,7 +281,7 @@ struct xfrm_usersa_info { struct xfrm_usersa_id { xfrm_address_t daddr; - __u32 spi; + __be32 spi; __u16 family; __u8 proto; };